These are various Data types available in WebInput.NET modes :
- Basic Mode
Contains Number, DateTime and String data types.
- Display Mode
- Contains Number and DateTime data types only.
- DisplayFormat.Type property (FormatType enumeration) needs to be specified.
- Edit Mode
- Contains Number, DateTime and string data types.
- EditFormat.Type property (MaskType enumeration) needs to be specified.
- Display and Edit Mode
- Contains Number, DateTime and string data types.
- DisplayFormat.Type property (FormatType enumeration) and EditFormat.Type property (MaskType enumeration) need to be specified and synchronized.
![]() |
MaskType.Other supports only string data type. |